FlowLayout.setVerticalAlignment

Sets the Vertical alignment for all child content. verticalAlignment must be one of the following:

Supported values:
ValueConstant
CenterControlConstants.VERTICAL_ALIGNMENT_CENTER
TopControlConstants.VERTICAL_ALIGNMENT_TOP
BottomControlConstants.VERTICAL_ALIGNMENT_BOTTOM

Setting a value of null removes any existing value for the property.

Example:

 controls.PANEL1.layout.setVerticalAlignment(ControlConstants.VERTICAL_ALIGNMENT_TOP);
 

Parameters

java.lang.String  verticalAlignment,